There are originally 87 mutations, 46 left after potential artifacts filtration, 12 left after candidate mutation selection. TMB Calculation was not asked.
Strand bias occurs when the genotype inferred from information presented by the forward strand and the reverse strand disagrees. A study showed that post-analysis procedures can cause strand bias, which introduce more SNPs with higher strand bias, and in turn results in more false-positive SNPs 1. Therefore, it is necessary to detect and minimize the strand bias of our data.
At present, there are four methods of strand bias detection that are widely used. In a mitochondria heteroplasmy study 2, the calculation of SB was put forward. GATK calculates a strand bias score for each SNP identified, and Samtools also computes a strand bias score based on Fisher’s exact test. Additionally, GATK introduced an updated form of the Fisher Strand Test, StrandOddsRatioSOR annotation, which is believed to be better at measuring strand bias for data in high coverage.
In CaMutQC, either Fisher Strand Test or SOR algorithm can be used to evaluate strand bias and filter variants based on the results. By default, strand bias is detected through SOR algorithm.
The Adjacent Indel tag is used when a somatic variant was possibly caused by misalignment around a germline or somatic insertion/deletion(indel). By default, CaMutQC will filter any SNV which that was within 10bp of an indel found in the tumor sample. Also, the maximum length of an indel is set as 50bp.
Maximum length of an indel: 50
Minimum interval between an indel and an SNV: 10
Some variant callers add a tag if a variant pass the post-filtration
after calling. In CaMutQC, users can set a standard tag found in the
FILTER column of VCF file to keep variants. PASS is used in
CaMutQC by default.
FILTER tag: PASS
Some database published germline variants and recurrent artifacts in distinct races. In CaMutQC, based on the parameters we collected 3 4 5, potential germline variants will be removed using annotation from those database(if available) unless the allele frequency of a mutation is lower than the VAF threshold (0.01) or CliVar/OMIM/HGMD flags it as pathogenic.
COSMIC, the
Catalogue Of Somatic Mutations In Cancer, is the world’s largest and
most comprehensive resource for exploring the impact of somatic
mutations in human cancer. They have assembled a list of genes that are
somatically mutated and causally implicated in human cancer 6, which is called the The Cancer Gene Census and is
updated periodically with new genes. In VCF files annotated by VEP, a
Existing_variation column normally indicates a gene is on
this COSMIC list if it has a annotation ID starts with
COSV, COSM or COSN.
Database included: ExAC, Genomesprojects1000, ESP6500, gnomAD
VAF cutoff: 0.01
Keep variants in COSMIC even though they are present in other databases: TRUE
To avoid miscalling germline variants and to ensure the quality of variants 4, the filtration for dbsnp/non-dbsnp variants is embedded in CaMutQC with the following cutoffs on normal depth:
Panel of Normals or PON is a type of resource used in somatic variant analysis. Basically, if a variant is found in a panel of normals, or is found in more than two normal samples, it is unlikely to be a driven variant during cancer development. PON filtration has been widely used in many researches and projects to discard non-driven variants 3 7 8.
A PON can be generated by users through sequencing a number of normal samples that are as technically similar as possible to the tumor (same exome or genome preparation methods, sequencing technology and so on). Or, a PON can be directly obtained from GATK, which is viewed as one of the most effective filters of false-positive, contamination, and germline variants filter 4.
NCBI build version of this dataset: GRCh38
PON file provided: D:/R-4.5.0/library/CaMutQC/extdata/PON_test.txt
Most studies relate to cancer somatic mutations remove certain types
of variants in order to better target candidate variants, among which
exonic and
nonsynonymous are two of the most widely
used categories for filtration 4 9 10.
In CaMutQC, two categories can be chosen during this filtration step.
exonic is the default option, and the
other option is nonsynonymous, it will
leave you non-synonymous variants. More details could be found at Ensembl
Variation.
Variant classifications viewed as exonic:
RNA, Intron, IGR,
5\'Flank, 3\'Flank, 5\'UTR,
3\'UTR
Variant classifications viewed as nonsynonymous:
3'UTR, 5\'UTR, 3\'Flank,
Targeted_Region, Silent, Intron,
RNA, IGR, Splice_Region,
5\'Flank,
lincRNA,De_novo_Start_InFrame,
De_novo_Start_OutOfFrame, Start_Codon_Ins,
Start_Codon_SNP,
Stop_Codon_Del
Type chose for this filtration: exonic
In this section, users are able to further select variants related to cancer development by providing a BED file. Variants will be searched only in target regions.
BED file provided: FALSE
| Filter | Flag | Filter | Flag |
|---|---|---|---|
| mutFilterQual | Q | mutFilterPON | P |
| mutFilterSB | S | mutFilterType | T |
| mutFilterAdj | A | mutFilterReg | R |
| mutFilterDB | D | FILTER | F |
| mutFilterNormalDP | N |
In CaMutQC, users are able to filter and select cancer somatic
mutations according to cancer types. mutFilterCan function
integrates ten cancer types so far, with different parameters for each
cancer type, for a more precise and customized filtration.
Parameters in filtration and selection process refer to : Not applied.
Users are allowed to apply the same filtering strategies that were
used in other studies with CaMutQC, by passing a specific literature
reference as a parameter into the mutFilterRef
function.
Parameters in filtration and selection process refer to : Not applied.
| Item | Before filtration | After filtration |
|---|---|---|
| # Variants | 87 | 46 |
| # Genes | 72 | 43 |
| Type of variants | Before filtration | After filtration |
|---|---|---|
| SNP | 47 | 24 |
| DNP | 1 | 1 |
| TNP | 0 | 0 |
| ONP | 0 | 0 |
| INS | 6 | 4 |
| DEL | 33 | 17 |
| Item | Before selection | After selection |
|---|---|---|
| # Variants | 46 | 12 |
| # Genes | 43 | 12 |
| Type of variants | Before selection | After selection |
|---|---|---|
| SNP | 24 | 9 |
| DNP | 1 | 1 |
| TNP | 0 | 0 |
| ONP | 0 | 0 |
| INS | 4 | 2 |
| DEL | 17 | 0 |
Tumor Mutational Burden (TMB) refers to the number of somatic non-synonymous mutations per megabase pair (Mb) in a specific genomic region. In 2015, tumor non-synonymous mutation burden was first confirmed to be related to PD1/PD-L1 cancer immunotherapy 11. Through the analysis of mutation burden of patients with non-small cell lung cancer, the clinical response and survival rate and other indicators, researchers confirmed that the higher the TMB of cancer patients have, the better the effect of tumor immunotherapy would get. This conclusion was subsequently verified in other cancer types, such as malignant melanoma 12 and small cell lung cancer 13. Therefore, TMB has become one of the predictive biomarkers of immune checkpoint and inhibitor immunotherapy in cancer treatment 14.
There are many calculation methods for TMB, including WGS, WES, regional sequencing using gene panels, and sequencing of circulating tumor DNA in tumor samples or blood 15. Different from scientific research, the conventional method of determining TMB in clinical practice is to target-sequence tumor samples, which is to hybridize and capture the exon and intron regions of a certain number of cancer-related genes, without the need for WES sequencing. Currently, the most widely used panels are FoundationOneCDx (F1CDx) and MSK-IMPACT 9. The former only needs to sequence tumor samples, while the latter requires both the tumor sample and its matched normal sample to be sequenced. Both of them have certification from US Food and Drug Administration (FDA).
In CaMutQC, four methods are supported for TMB calculation, including
FoundationOne, MSK-IMPACT (3 versions of genelist), Pan-cancer panel 16 and WES. By default, TMB is calculated using
MSK-IMPACT method (gene panel version 3, 468 genes). Also, users are
free to apply their own methods by setting parameter assay
as Customized. But it is important to point out
that the bed files used for these assays in CaMutQC (only cover CDS
region of panel genes) are not the real bed region files, and filtration
strategy used may be different, so the result can only be viewed as a
reference.
Method used to calculate TMB: Calculation not asked.
Estimated tumor mutational burden (TMB): Calculation not asked.
Variants below are the ones that pass all the filtration functions.
## R version 4.5.0 (2025-04-11 ucrt)
## Platform: x86_64-w64-mingw32/x64
## Running under: Windows 10 x64 (build 19045)
##
## Matrix products: default
## LAPACK version 3.12.1
##
## locale:
## [1] LC_COLLATE=Chinese (Simplified)_China.utf8 LC_CTYPE=Chinese (Simplified)_China.utf8
## [3] LC_MONETARY=Chinese (Simplified)_China.utf8 LC_NUMERIC=C
## [5] LC_TIME=Chinese (Simplified)_China.utf8
##
## time zone: Etc/GMT-8
## tzcode source: internal
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] CaMutQC_1.5.2
##
## loaded via a namespace (and not attached):
## [1] splines_4.5.0 bitops_1.0-9 ggplotify_0.1.2
## [4] filelock_1.0.3 tibble_3.3.0 R.oo_1.27.1
## [7] graph_1.86.0 XML_3.99-0.18 lifecycle_1.0.4
## [10] httr2_1.1.2 gert_2.1.5 doParallel_1.0.17
## [13] processx_3.8.6 lattice_0.22-7 MASS_7.3-65
## [16] credentials_2.0.2 crosstalk_1.2.1 magrittr_2.0.3
## [19] sass_0.4.10 rmarkdown_2.29 vcfR_1.15.0
## [22] jquerylib_0.1.4 yaml_2.3.10 ggtangle_0.0.6
## [25] askpass_1.2.1 RUnit_0.4.33 cowplot_1.1.3
## [28] DBI_1.2.3 RColorBrewer_1.1-3 quadprog_1.5-8
## [31] purrr_1.0.4 R.utils_2.13.0 BiocGenerics_0.54.0
## [34] RCurl_1.98-1.17 yulab.utils_0.2.0 pracma_2.4.4
## [37] rappdirs_0.3.3 circlize_0.4.16 GenomeInfoDbData_1.2.14
## [40] IRanges_2.42.0 S4Vectors_0.46.0 enrichplot_1.28.2
## [43] ggrepel_0.9.6 tidytree_0.4.6 vegan_2.7-1
## [46] BiocStyle_2.36.0 permute_0.9-7 commonmark_1.9.5
## [49] codetools_0.2-20 DOSE_4.2.0 DT_0.33
## [52] xml2_1.3.8 DNAcopy_1.82.0 tidyselect_1.2.1
## [55] shape_1.4.6.1 aplot_0.2.6 UCSC.utils_1.4.0
## [58] memuse_4.2-3 farver_2.1.2 matrixStats_1.5.0
## [61] stats4_4.5.0 BiocFileCache_2.16.0 jsonlite_2.0.0
## [64] GetoptLong_1.0.5 pinfsc50_1.3.0 ggridges_0.5.6
## [67] survival_3.8-3 iterators_1.0.14 foreach_1.5.2
## [70] tools_4.5.0 treeio_1.32.0 stringdist_0.9.15
## [73] Rcpp_1.0.14 glue_1.8.0 BiocBaseUtils_1.10.0
## [76] xfun_0.52 mgcv_1.9-3 qvalue_2.40.0
## [79] GenomeInfoDb_1.44.0 dplyr_1.1.4 withr_3.0.2
## [82] BiocManager_1.30.26 fastmap_1.2.0 openssl_2.3.3
## [85] callr_3.7.6 digest_0.6.37 R6_2.6.1
## [88] gridGraphics_0.5-1 colorspace_2.1-1 GO.db_3.21.0
## [91] dichromat_2.0-0.1 RSQLite_2.4.1 R.methodsS3_1.8.2
## [94] tidyr_1.3.1 generics_0.1.4 data.table_1.17.4
## [97] httr_1.4.7 htmlwidgets_1.6.4 pkgconfig_2.0.3
## [100] gtable_0.3.6 blob_1.2.4 ComplexHeatmap_2.24.0
## [103] XVector_0.48.0 sys_3.4.3 clusterProfiler_4.16.0
## [106] htmltools_0.5.8.1 fgsea_1.34.0 RBGL_1.84.0
## [109] MesKit_1.18.0 clue_0.3-66 scales_1.4.0
## [112] Biobase_2.68.0 png_0.1-8 ggfun_0.1.8
## [115] knitr_1.50 rstudioapi_0.17.1 reshape2_1.4.4
## [118] rjson_0.2.23 nlme_3.1-168 curl_6.3.0
## [121] org.Hs.eg.db_3.21.0 biocViews_1.76.0 cachem_1.1.0
## [124] GlobalOptions_0.1.2 stringr_1.5.1 parallel_4.5.0
## [127] AnnotationDbi_1.70.0 pillar_1.10.2 grid_4.5.0
## [130] vctrs_0.6.5 dbplyr_2.5.0 cluster_2.1.8.1
## [133] evaluate_1.0.3 cli_3.6.5 compiler_4.5.0
## [136] rlang_1.1.6 crayon_1.5.3 labeling_0.4.3
## [139] mclust_6.1.1 ps_1.9.1 maftools_2.24.0
## [142] plyr_1.8.9 fs_1.6.6 stringi_1.8.7
## [145] viridisLite_0.4.2 BiocParallel_1.42.1 BiocCheck_1.44.2
## [148] Biostrings_2.76.0 lazyeval_0.2.2 GOSemSim_2.34.0
## [151] Matrix_1.7-3 patchwork_1.3.0 bit64_4.6.0-1
## [154] ggplot2_3.5.2 KEGGREST_1.48.0 igraph_2.1.4
## [157] memoise_2.0.1 bslib_0.9.0 phangorn_2.12.1
## [160] ggtree_3.16.0 fastmatch_1.1-6 bit_4.6.0
## [163] ape_5.8-1 gson_0.1.0
Guo Y, Li J, Li CI, Long J, Samuels DC, Shyr Y. The effect of strand bias in Illumina short-read sequencing data. BMC Genomics. 2012;13:666. Published 2012 Nov 24. doi:10.1186/1471-2164-13-666
Guo Y, Cai Q, Samuels DC, et al. The use of next generation sequencing technology to study the effect of radiation therapy on mitochondrial DNA mutation. Mutat Res. 2012;744(2):154-160. doi:10.1016/j.mrgentox.2012.02.006
Pereira B, Chin SF, Rueda OM, et al. The somatic mutation profiles of 2,433 breast cancers refines their genomic and transcriptomic landscapes. Nat Commun. 2016;7:11479. Published 2016 May 10. doi:10.1038/ncomms11479
Ellrott K, Bailey MH, Saksena G, et al. Scalable Open Science Approach for Mutation Calling of Tumor Exomes Using Multiple Genomic Pipelines. Cell Syst. 2018;6(3):271-281.e7. doi:10.1016/j.cels.2018.03.002
Xue R, Chen L, Zhang C, et al. Genomic and Transcriptomic Profiling of Combined Hepatocellular and Intrahepatic Cholangiocarcinoma Reveals Distinct Molecular Subtypes. Cancer Cell. 2019;35(6):932-947.e8. doi:10.1016/j.ccell.2019.04.007
Futreal PA, Coin L, Marshall M, et al. A census of human cancer genes. Nat Rev Cancer. 2004;4(3):177-183. doi:10.1038/nrc1299
Brastianos PK, Carter SL, Santagata S, et al. Genomic Characterization of Brain Metastases Reveals Branched Evolution and Potential Therapeutic Targets. Cancer Discov. 2015;5(11):1164-1177. doi:10.1158/2159-8290.CD-15-0369
Sethi NS, Kikuchi O, Duronio GN, et al. Early TP53 alterations engage environmental exposures to promote gastric premalignancy in an integrative mouse model. Nat Genet. 2020;52(2):219-230. doi:10.1038/s41588-019-0574-9
Cheng DT, Mitchell TN, Zehir A, et al. Memorial Sloan Kettering-Integrated Mutation Profiling of Actionable Cancer Targets (MSK-IMPACT): A Hybridization Capture-Based Next-Generation Sequencing Clinical Assay for Solid Tumor Molecular Oncology. J Mol Diagn. 2015;17(3):251-264. doi:10.1016/j.jmoldx.2014.12.006
Sakamoto H, Attiyeh MA, Gerold JM, et al. The Evolutionary Origins of Recurrent Pancreatic Cancer. Cancer Discov. 2020;10(6):792-805. doi:10.1158/2159-8290.CD-19-1508
Rizvi NA, Hellmann MD, Snyder A, et al. Cancer immunology. Mutational landscape determines sensitivity to PD-1 blockade in non-small cell lung cancer. Science. 2015;348(6230):124-128. doi:10.1126/science.aaa1348
Snyder A, Makarov V, Merghoub T, et al. Genetic basis for clinical response to CTLA-4 blockade in melanoma [published correction appears in N Engl J Med. 2018 Nov 29;379(22):2185]. N Engl J Med. 2014;371(23):2189-2199. doi:10.1056/NEJMoa1406498
Hellmann MD, Callahan MK, Awad MM, et al. Tumor Mutational Burden and Efficacy of Nivolumab Monotherapy and in Combination with Ipilimumab in Small-Cell Lung Cancer [published correction appears in Cancer Cell. 2019 Feb 11;35(2):329]. Cancer Cell. 2018;33(5):853-861.e4. doi:10.1016/j.ccell.2018.04.001
Lee M, Samstein RM, Valero C, Chan TA, Morris LGT. Tumor mutational burden as a predictive biomarker for checkpoint inhibitor immunotherapy. Hum Vaccin Immunother. 2020;16(1):112-115. doi:10.1080/21645515.2019.1631136
Stenzinger A, Allen JD, Maas J, et al. Tumor mutational burden standardization initiatives: Recommendations for consistent tumor mutational burden assessment in clinical samples to guide immunotherapy treatment decisions. Genes Chromosomes Cancer. 2019;58(8):578-588. doi:10.1002/gcc.22733
Xu Z, Dai J, Wang D, et al. Assessment of tumor mutation burden calculation from gene panel sequencing data. Onco Targets Ther. 2019;12:3401-3409. Published 2019 May 6. doi:10.2147/OTT.S196638